
/*头部轮播背景*/
.banner-container {
  height: 358px;
}
.banner-swiper-container{
  overflow-x: hidden;
  z-index: -9;
  position: relative;
}
.banner-container .swiper-slide {
  height: 598px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-container .logo-container {
  position: absolute;
  width: 1002px;
  z-index: 10;
  left: 50%;
  margin-left: -501px;
  top: 130px;
}

/*导航条*/
.nav_m {
  margin: 0 auto;
  height: 50px;
  width: 1100px;
  background: #d30b15;
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4) inset
}

.menu {
  float: left;
  text-shadow: 1px 2px 2px #004164;
}

.menu li {
  float: left;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  background: url('../images/nav_right.png') right no-repeat;
}

.menu li:last-child {
  background-image: none;
}

.menu li a {
  display: block;
  color: #fff;
  font-size: 20px;
}

.menu li a:hover {
  color: #ffff00;
  font-weight: bold;
}

.menu li.menu_cur {
  background: #f04c0b;
  font-weight: bold;
  padding: 0 18px;
}

.menu li.menu_cur a {
  background: #f04c0b;
  color: #ffff00;
}

.menu li.menu_cur a:hover {
  background: #f04c0b;
}

.search {
  float: left;
  text-align: center;
  padding-top: 10px;
}

.search .text {
  border: 1px solid #DEDEE0;
  height: 32px;
  line-height: 32px;
  width: 105px;
  font-size: 14px;
  color: #ccc;
  padding-left: 10px;
  background: #ffffff;
}

.search .button {
  background: url('../images/sousuo111.png') no-repeat;
  height: 32px;
  width: 39px;
  color: #fff;
  cursor: pointer;
  border-width: 0;
  vertical-align: top;
  margin-right: 0;
}


.daohang {
  width: 1100px;
  line-height: 40px;
  margin: 0 auto;
  height: 40px;
  border-bottom: 1px #ddd solid;
  background: #f9f9f9;
  position: relative;
  z-index: 1;
}

.dh_l {
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 10px;
}

.dh_l .old-mode-btn {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  border: #F76B00 1px solid;
}

.dh_l .old-mode-btn a {
  border-width: 0;
  margin: 0;
  padding: 5px 10px
}

.dh_l .old-mode-btn a.btnWza {
  background-color: transparent;
  color: #F76B00;
}

.dh_l .old-mode-btn a.btnOldmode {
  background-color: #F79600;
  color: #fff;
}

.sandal {
  padding-right: 20px;
  float: right;
}

.sandal li {
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  text-align: center; /*background:#FFEEEE; border:1px solid #D00A14; margin:5px 10px 0px 0px;padding:0px 10px;*/
}

.sandal li a {
  font-size: 14px;
  display: block;
  color: #AC1111;
}
.sandal li a i{
  margin-right: 8px;
}

.sandal li a:hover {
  color: #ec591f;
  font-weight: bold;
}

.swiper-wrapper{
  z-index: -5!important;
}
.high-search-btn{
  color: #ffff00!important;
  background-color: #f04c0b!important;
  width: 69px!important;
}
/*适老化*/
.oldModel .menu li a{
  font-size: 24px;
}
.oldModel .menu li{
  padding: 0 10px;
}
.oldModel .sandal li a{
  font-size: 18px;
}
.oldModel .dh_l .old-mode-btn a{
  font-size: 18px;
}
.oldModel .high-search-btn{width: 84px!important;}

